Skip to main content

Toggle the accepting order status

PUT /api/v1/businesses/:businessId/accepting-order

Description

Toggle the accepting order status for a business.

Request:

  • Authentication:
    • Type: Bearer Token
    • Token: {{bearerToken}} (Replace with the actual bearer token)
  • URL:
    • Raw URL: /api/v1/businesses/:businessId/accepting-order
    • Host:
    • Path: /api/v1/businesses/:businessId/accepting-order
    • Variables:
      • businessId: (Required)

Response:

  • Status: OK (200)
/api/v1/businesses/:businessId/accepting-order

🔑 Authentication bearer

ParamvalueType
tokenbearerTokenstring

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request PUT \ 
--url /api/v1/businesses/:businessId/accepting-order \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!